home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Graphics_Utils / CyberGraphX / CyberAnim / src / CyberAnim.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-24  |  1.1 KB  |  48 lines

  1. /* separate file for GST */
  2.  
  3. #include <stdio.h>
  4. #include <stdlib.h>
  5. #include <stdarg.h>
  6. #include <setjmp.h>
  7. #include <string.h>
  8. #include <math.h>
  9. #ifdef __SASC
  10. #include <dos.h>
  11. #endif
  12.  
  13. #include <exec/exec.h>
  14. #include <dos/dos.h>
  15. #include <graphics/gfx.h>
  16. #include <graphics/gfxbase.h>
  17. #include <intuition/intuition.h>
  18. #include <libraries/iffparse.h>
  19. #include <libraries/asl.h>
  20. #include <devices/timer.h>
  21. #include <workbench/icon.h>
  22. #include <workbench/startup.h>
  23. #include <workbench/workbench.h>
  24. #include <utility/tagitem.h>
  25. #include <cybergraphics/cybergraphics.h>
  26.  
  27. #ifdef __SASC
  28. #include <proto/exec.h>
  29. #include <proto/dos.h>
  30. #include <proto/graphics.h>
  31. #include <proto/intuition.h>
  32. #include <proto/iffparse.h>
  33. #include <proto/asl.h>
  34. #include <proto/icon.h>
  35. #include <proto/timer.h>
  36. #include <proto/cybergraphics.h>
  37. #else
  38. #include <inline/exec.h>
  39. #include <inline/dos.h>
  40. #include <inline/graphics.h>
  41. #include <inline/intuition.h>
  42. #include <inline/iffparse.h>
  43. #include <inline/asl.h>
  44. #include <inline/icon.h>
  45. #include <inline/timer.h>
  46. #include <inline/cybergraphics.h>
  47. #endif
  48.